←Select platform

SendMessage(string,object[]) Method

Summary

Sends a message to the DICOM Service.

Syntax

C#
VB
C++
public void SendMessage( 
   string Message, 
   object[] data 
) 
  
Public Overloads Sub SendMessage( _ 
   ByVal Message As String, _ 
   ByVal ParamArray data() As Object _ 
)  
public: 
void SendMessage(  
   String^ Message, 
   ... array<Object^>^ data 
)  

Parameters

Message
The name of the message to send.

data
The extra data to send along with the message.

Remarks

The Message event will be generated when a response is received. The service needs to be running before it can accept messages.

Example

For an example refer to InstallService

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Server.Admin Assembly